HTMLify
script.js
Views: 160 | Author: cody
$(document).ready(function() {
$('span').on('mouseover', function() {
$(this).addClass('fall');
});
});
$(document).ready(function() {
$('span').on('mouseover', function() {
$(this).addClass('fall');
});
});